public void setMatrix( double[] matrix ) |
Parameters
- matrix
- An array of six numbers specifying a transformation matrix mapping the coordinate space specified by the getDomain entry into the shading's target coordinate space.
public void setMatrix( double[] matrix ) |
| Exception | Description |
|---|---|
| java.lang.IllegalArgumentException | When matrix does not have 6 elements. |